setIcon(<betterwithmods:cooking_pot:0>)

setTitle("Stoked Crucible")

setDescription("The crucible is used only on a stoked fire, and has the same purpose as the the ore kiln. It is however faster, reusable, and easier to use.")

addParent("primitivetechnology:Bronze Age/stoked_kiln")
addParent("primitivetechnology:Bronze Age/turntable")

criteria = addCriteria("hasItem", "minecraft:inventory_changed")

criteria.addItem(<betterwithmods:cooking_pot:0>)

setPos(257,-50)

alwaysVisible()